accounts.email.accounts.<name>.alot.contactCompletion
Contact completion configuration as expected per alot. See alot's wiki for explanation about possible values.
- Type
attribute set of string- Default
{ type = "shellcommand"; command = "'${pkgs.notmuch}/bin/notmuch address --format=json --output=recipients date:6M..'"; regexp = "'\\[?{" + ''"name": "(?P<name>.*)", "address": "(?P<email>.+)", "name-addr": ".*"'' + "}[,\\]]?'"; shellcommand_external_filtering = "False"; }- Example
{ type = "shellcommand"; command = "abook --mutt-query"; regexp = "'^(?P<email>[^@]+@[^\t]+)\t+(?P<name>[^\t]+)'"; ignorecase = "True"; }- Declared
- <home-manager/modules/programs/alot>